home *** CD-ROM | disk | FTP | other *** search
/ SCI Games E3 2005 Press Kit (USA) / SCI Games E3 2005 Press Kit (USA).bin / runme_mac.swf / scripts / DefineSprite_90 / frame_1 / PlaceObject2_87_7 / CLIPACTIONRECORD onClipEvent(mouseDown).as < prev    next >
Text File  |  2005-05-05  |  140b  |  8 lines

  1. onClipEvent(mouseDown){
  2.    if(this.hitTest(_root._xmouse,_root._ymouse,true))
  3.    {
  4.       scroll = true;
  5.       gotoAndStop(2);
  6.    }
  7. }
  8.